MCPcopy Create free account
hub / github.com/nsf/gocode / decl_pack

Struct decl_pack

decl.go:1333–1337  ·  view source on GitHub ↗

------------------------------------------------------------------------- decl_pack -------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1331//-------------------------------------------------------------------------
1332
1333type decl_pack struct {
1334 names []*ast.Ident
1335 typ ast.Expr
1336 values []ast.Expr
1337}
1338
1339type foreach_decl_struct struct {
1340 decl_pack

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected