MCPcopy Create free account
hub / github.com/Sifchain/sifnode / DaemonPath

Method DaemonPath

tools/sifgen/utils/cli.go:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (c CLI) DaemonPath() (*string, error) {
86 return c.shellExec("which", "sifnoded")
87}
88
89func (c CLI) ResetState(nodeDir string) (*string, error) {
90 return c.shellExec("sifnoded", "unsafe-reset-all", "--home", nodeDir)

Callers

nothing calls this directly

Calls 1

shellExecMethod · 0.95

Tested by

no test coverage detected