MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Merge

Method Merge

cmd/cql-proxy/resolver/resolver.go:33–37  ·  view source on GitHub ↗

Merge combine two field maps.

(f FieldMap)

Source from the content-addressed store, hash-verified

31
32// Merge combine two field maps.
33func (m FieldMap) Merge(f FieldMap) {
34 for k := range f {
35 m[k] = true
36 }
37}
38
39var opMap = map[string]string{
40 // comparison op

Callers 6

FindFunction · 0.80
UpdateFunction · 0.80
RemoveFunction · 0.80
CountFunction · 0.80
logicRelationFunction · 0.80
ResolveFilterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected