MCPcopy Create free account
hub / github.com/DoNewsCode/core / Key

Method Key

contract/key.go:5–5  ·  view source on GitHub ↗
(delimiter string, args ...string)

Source from the content-addressed store, hash-verified

3// Keyer is an interface for key passing.
4type Keyer interface {
5 Key(delimiter string, args ...string) string
6 Spread() []string
7}

Callers 6

NewManagerFunction · 0.65
UploadMethod · 0.65
Example_keyFunction · 0.65
CampaignMethod · 0.65
CampaignMethod · 0.65
ResignMethod · 0.65

Implementers 1

managerkey/key_manager.go

Calls

no outgoing calls

Tested by 1

Example_keyFunction · 0.52