MCPcopy 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

82type nodeAPIError struct{ msg string }
83
84func (e *nodeAPIError) Error() string { return e.msg }
85
86func TestCreateNodeAutoGeneratesID(t *testing.T) {
87 store := nodes.NewMemoryStore()

Callers 15

RunFunction · 0.45
writeJSONFunction · 0.45
handleSetupMethod · 0.45
handleNodesMethod · 0.45
handleNodeMethod · 0.45
handleNodeRuntimeMethod · 0.45
handleNodeMetricsMethod · 0.45
handleNodeStatusMethod · 0.45
handleNodeConfigMethod · 0.45
handleNodeLogsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected