Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/godbus/dbus
/ arrayNode
Struct
arrayNode
variant_parser.go:417–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
}
416
417
type
arrayNode
struct
{
418
set sigSet
419
children []varNode
420
}
421
422
func
(n arrayNode) Infer() (Signature, error) {
423
for
_, v :=
range
n.children {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected