MCPcopy Create free account
hub / github.com/araddon/qlbridge / Strings

Method Strings

expr/node.go:418–424  ·  view source on GitHub ↗

Strings get all identity strings

()

Source from the content-addressed store, hash-verified

416
417// Strings get all identity strings
418func (m IdentityNodes) Strings() []string {
419 s := make([]string, len(m))
420 for i, in := range m {
421 s[i] = in.Text
422 }
423 return s
424}
425
426// LeftStrings get all Left Identity fields.
427func (m IdentityNodes) LeftStrings() []string {

Callers 8

FindFirstIdentityFunction · 0.45
FindAllIdentityFieldFunction · 0.45
TestBuiltinsFunction · 0.45
tableForDatabasesMethod · 0.45
TestRegisterSchemaFunction · 0.45
TestRegistryFunction · 0.45
HelperStringFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestBuiltinsFunction · 0.36
TestRegisterSchemaFunction · 0.36
TestRegistryFunction · 0.36