Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/wallarm/gotestwaf
/ Integer
Interface
Integer
internal/db/helpers.go:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
Integer
interface
{
9
int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64
10
}
11
12
type
Float
interface
{
13
float32 | float64
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected