MCPcopy Create free account
hub / github.com/DEROFDN/Engram / engramNoStoreMethods

Function engramNoStoreMethods

functions.go:3337–3347  ·  view source on GitHub ↗

Methods Engram will use as XSWD noStore

()

Source from the content-addressed store, hash-verified

3335
3336// Methods Engram will use as XSWD noStore
3337func engramNoStoreMethods() []string {
3338 return []string{
3339 "Subscribe",
3340 "SignData",
3341 "CheckSignature",
3342 "GetDaemon",
3343 "GetPrimaryUsername",
3344 "query_key",
3345 "QueryKey",
3346 "HandleTELALinks"}
3347}
3348
3349// Check if method is in Engram's noStore list
3350func engramCanStoreMethod(method string) bool {

Callers 2

engramCanStoreMethodFunction · 0.85
toggleXSWDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected