Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
func
(c CLI) DaemonPath() (*string, error) {
86
return
c.shellExec(
"which"
,
"sifnoded"
)
87
}
88
89
func
(c CLI) ResetState(nodeDir string) (*string, error) {
90
return
c.shellExec(
"sifnoded"
,
"unsafe-reset-all"
,
"--home"
, nodeDir)
Callers
nothing calls this directly
Calls
1
shellExec
Method · 0.95
Tested by
no test coverage detected