MCPcopy
hub / github.com/SpecterOps/BloodHound / Get

Method Get

cmd/api/src/test/fixtures/fixture.go:47–47  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

45
46type Loader interface {
47 Get(path string) []byte
48 GetString(path string) string
49 GetReader(path string) io.ReadCloser
50}

Callers 15

getFunction · 0.65
getEntriesFunction · 0.65
TestCache_GetFunction · 0.65
TestCache_ResetFunction · 0.65
AssertDatabaseGraphFunction · 0.65
transformGraphFunction · 0.65
mainFunction · 0.65
fetchADParentNodesFunction · 0.65
tagAssetGroupNodesForTagFunction · 0.65

Implementers 1

loadercmd/api/src/test/fixtures/fixture.go

Calls

no outgoing calls