Methods Engram will use as XSWD noStore
()
| 3335 | |
| 3336 | // Methods Engram will use as XSWD noStore |
| 3337 | func 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 |
| 3350 | func engramCanStoreMethod(method string) bool { |
no outgoing calls
no test coverage detected