MCPcopy Index your code
hub / github.com/git-bug/git-bug / SetMetadata

Method SetMetadata

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

SetMetadata store arbitrary metadata about the operation

(key string, value string)

Source from the content-addressed store, hash-verified

50
51 // SetMetadata store arbitrary metadata about the operation
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

Callers 14

finishIdentityMethod · 0.65
runBridgeAuthAddTokenFunction · 0.65
TestVersionJSONFunction · 0.65
SetMetadataMethod · 0.65
ChangeLabelsFunction · 0.65
ForceChangeLabelsFunction · 0.65
CreateFunction · 0.65
EditCommentFunction · 0.65
OpenFunction · 0.65
CloseFunction · 0.65
SetTitleFunction · 0.65
AddCommentFunction · 0.65

Calls

no outgoing calls

Tested by 3

TestVersionJSONFunction · 0.52
TestMetadataFunction · 0.52
TestSetMetadataFunction · 0.52