MCPcopy Index your code
hub / github.com/upper/db / Len

Method Len

internal/sqlbuilder/builder.go:559–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

557}
558
559func (fv *fieldValue) Len() int {
560 return len(fv.fields)
561}
562
563func (fv *fieldValue) Swap(i, j int) {
564 fv.fields[i], fv.fields[j] = fv.fields[j], fv.fields[i]

Callers 7

WriteMethod · 0.45
TestReflectMapperFunction · 0.45
TestUtilSeparateByASFunction · 0.45
toInterfaceArgumentsFunction · 0.45
MapFunction · 0.45
TestSlicesMethod · 0.45
TestSelectOnlyIDsMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestReflectMapperFunction · 0.36
TestUtilSeparateByASFunction · 0.36