Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ GetAllowedIps
Method
GetAllowedIps
tailnet/proto/tailnet.pb.go:503–508 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
501
}
502
503
func
(x *Node) GetAllowedIps() []string {
504
if
x != nil {
505
return
x.AllowedIps
506
}
507
return
nil
508
}
509
510
func
(x *Node) GetEndpoints() []string {
511
if
x != nil {
Callers
1
ProtoToNode
Function · 0.80
Implementers
13
ACLMappingVar
coderd/rbac/regosql/acl_mapping_var.go
AstBoolean
coderd/rbac/regosql/sqltypes/bool.go
AstNumber
coderd/rbac/regosql/sqltypes/number.go
invalidNode
coderd/rbac/regosql/sqltypes/node.go
ASTArray
coderd/rbac/regosql/sqltypes/array.go
AstString
coderd/rbac/regosql/sqltypes/string.go
memberOf
coderd/rbac/regosql/sqltypes/member.go
equality
coderd/rbac/regosql/sqltypes/equality.
astParenthesis
coderd/rbac/regosql/sqltypes/parens.go
astStringVar
coderd/rbac/regosql/sqltypes/variable.
alwaysFalse
coderd/rbac/regosql/sqltypes/always_fa
astUUIDVar
coderd/rbac/regosql/sqltypes/uuid.go
Calls
no outgoing calls
Tested by
no test coverage detected