Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/0xUnixIO/pulse
/ Error
Method
Error
internal/serverapi/api_test.go:84–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
type
nodeAPIError
struct
{ msg string }
83
84
func
(e *nodeAPIError) Error() string {
return
e.msg }
85
86
func
TestCreateNodeAutoGeneratesID(t *testing.T) {
87
store := nodes.NewMemoryStore()
Callers
15
Run
Function · 0.45
writeJSON
Function · 0.45
handleSetup
Method · 0.45
handleChangeCredentials
Method · 0.45
handleNodes
Method · 0.45
handleNode
Method · 0.45
handleNodeRuntime
Method · 0.45
handleNodeMetrics
Method · 0.45
handleAllNodeMetricsStream
Method · 0.45
handleNodeStatus
Method · 0.45
handleNodeConfig
Method · 0.45
handleNodeLogs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected