MCPcopy Create free account
hub / github.com/DEROFDN/Engram / GetAllSCIDVariableDetails

Method GetAllSCIDVariableDetails

functions.go:2018–2027  ·  view source on GitHub ↗

Method of Gnomon GetAllSCIDVariableDetails() where DB type is defined by Indexer.DBType

(scid string)

Source from the content-addressed store, hash-verified

2016
2017// Method of Gnomon GetAllSCIDVariableDetails() where DB type is defined by Indexer.DBType
2018func (g *Gnomon) GetAllSCIDVariableDetails(scid string) (vars []*structures.SCIDVariable) {
2019 switch g.Index.DBType {
2020 case "gravdb":
2021 return g.Index.GravDBBackend.GetAllSCIDVariableDetails(scid)
2022 case "boltdb":
2023 return g.Index.BBSBackend.GetAllSCIDVariableDetails(scid)
2024 default:
2025 return
2026 }
2027}
2028
2029// Method of Gnomon GetSCIDValuesByKey() where DB type is defined by Indexer.DBType
2030func (g *Gnomon) GetSCIDValuesByKey(scid string, key interface{}) (valuesstring []string, valuesuint64 []uint64) {

Callers 3

getContractHeaderFunction · 0.80
layoutTELAFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected