method

View.Private

Private returns immutable finite owner metadata, never manifest content.

Arguments

ArgumentTypeDescription
namespacestringThe namespace value.

Returns

The declared result.

(store.Value, bool)

Full signature

func (d View) Private(namespace string) (store.Value, bool)

Source field/graph.go:162

Related types

  • View

    View is a read-only snapshot of a canonical immutable node. Its readers detach mutable values; author fields through their concrete fluent facades.

  • Value

    An immutable scalar, object, list, or populated document value.