MCPcopy Create free account
hub / github.com/git-bug/git-bug / GetMetadata

Method GetMetadata

entity/dag/operation.go:54–54  ·  view source on GitHub ↗

GetMetadata retrieve arbitrary metadata about the operation

(key string)

Source from the content-addressed store, hash-verified

52 SetMetadata(key string, value string)
53 // GetMetadata retrieve arbitrary metadata about the operation
54 GetMetadata(key string) (string, bool)
55 // AllMetadata return all metadata for this operation
56 AllMetadata() map[string]string
57

Callers 3

GetCreateMetadataMethod · 0.65
TestMetadataFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestMetadataFunction · 0.52