Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Number
Function
Number
coderd/rbac/regosql/sqltypes/number.go:19–21 ·
view source on GitHub ↗
(source RegoSource, v json.Number)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
Number(source RegoSource, v json.Number) Node {
20
return
AstNumber{Value: v, Source: source}
21
}
22
23
func
(AstNumber) UseAs() Node {
return
AstNumber{} }
24
Callers
15
convertTerm
Function · 0.92
TestEquality
Function · 0.92
TestMembership
Function · 0.92
index.tsx
File · 0.85
PortForwardPopoverView
Function · 0.85
ParameterField
Function · 0.85
useValidationSchemaForDynamicParameters
Function · 0.85
isNonInitialPage
Function · 0.85
entities.ts
File · 0.85
dollarsToMicros
Function · 0.85
formatCostMicros
Function · 0.85
timeToCron
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestEquality
Function · 0.74
TestMembership
Function · 0.74