Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SpecterOps/BloodHound
/ Error
Method
Error
cmd/api/src/utils/error.go:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
func
(s Errors) Error() string {
41
return
strings.Join(s.AsStringSlice(),
"; "
)
42
}
43
44
// SwitchCase is a helper function to change string case.
45
// This was originally charted out to be used for formatting error responses
Callers
15
TestGetSkipParamForGraphQuery
Function · 0.45
TestGetLimitParamForGraphQuery
Function · 0.45
TestParseUUID
Function · 0.45
AsStringSlice
Method · 0.45
TestQueries_GetEntityObjectIDFromRequestPath
Function · 0.45
TestQueries_BuildEntityQueryParams_MissingObjectID
Function · 0.45
TestQueries_BuildEntityQueryParams_InvalidSkip
Function · 0.45
TestQueries_BuildEntityQueryParams_InvalidLimit
Function · 0.45
getAllShortestPathsInternal
Method · 0.45
PrepareCypherQuery
Method · 0.45
GetPrimaryNodeKindCounts
Method · 0.45
cacheQueryResult
Method · 0.45
Calls
1
AsStringSlice
Method · 0.95
Tested by
7
TestGetSkipParamForGraphQuery
Function · 0.36
TestGetLimitParamForGraphQuery
Function · 0.36
TestParseUUID
Function · 0.36
TestQueries_GetEntityObjectIDFromRequestPath
Function · 0.36
TestQueries_BuildEntityQueryParams_MissingObjectID
Function · 0.36
TestQueries_BuildEntityQueryParams_InvalidSkip
Function · 0.36
TestQueries_BuildEntityQueryParams_InvalidLimit
Function · 0.36