Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/oapi-codegen/oapi-codegen
/ Len
Method
Len
examples/authenticated-api/echo/server/server.go:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
type
int64s []int64
74
75
func
(in int64s) Len() int {
76
return
len(in)
77
}
78
79
func
(in int64s) Less(i, j int) bool {
80
return
in[i] < in[j]
Callers
15
TestFindReferences
Function · 0.45
TestFilterOnlyCat
Function · 0.45
TestFilterOnlyDog
Function · 0.45
TestPruningUnusedComponents
Function · 0.45
TestSortParamsByPath
Function · 0.45
TestURLPlaceholders
Function · 0.45
TestUsedAndUndeclaredVariables
Function · 0.45
TestBuildServerURLTypeDefinitions
Function · 0.45
TestEnumDefaultPointers
Function · 0.45
Generate
Function · 0.45
TestResolveNames_NumericFallback
Function · 0.45
TestResolveNames_MultipleJsonContentTypes
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestFindReferences
Function · 0.36
TestFilterOnlyCat
Function · 0.36
TestFilterOnlyDog
Function · 0.36
TestPruningUnusedComponents
Function · 0.36
TestSortParamsByPath
Function · 0.36
TestURLPlaceholders
Function · 0.36
TestUsedAndUndeclaredVariables
Function · 0.36
TestBuildServerURLTypeDefinitions
Function · 0.36
TestEnumDefaultPointers
Function · 0.36
TestResolveNames_NumericFallback
Function · 0.36
TestResolveNames_MultipleJsonContentTypes
Function · 0.36
TestGatherSchemas_ComponentSchemas
Function · 0.36