MCPcopy
hub / github.com/perkeep/perkeep / Type

Method Type

pkg/schema/blob.go:490–495  ·  view source on GitHub ↗

Type returns the camliType value.

()

Source from the content-addressed store, hash-verified

488
489// Type returns the camliType value.
490func (bb *Builder) Type() CamliType {
491 if s, ok := bb.m["camliType"].(string); ok {
492 return CamliType(s)
493 }
494 return ""
495}
496
497// ClaimType returns the claimType value, or the empty string.
498func (bb *Builder) ClaimType() ClaimType {

Callers 8

SetStaticSetMembersMethod · 0.95
SetShareTargetMethod · 0.95
SetShareSearchMethod · 0.95
SetShareExpirationMethod · 0.95
SetShareIsTransitiveMethod · 0.95
SignAtMethod · 0.95
IsClaimTypeMethod · 0.95
SetClaimDateMethod · 0.95

Calls 1

CamliTypeTypeAlias · 0.85

Tested by

no test coverage detected