MCPcopy Create free account
hub / github.com/arcjet/gravity / sizes

Method sizes

cmd/gravity/src/codegen/func.rs:1506–1508  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1504 }
1505
1506 fn sizes(&self) -> &SizeAlign {
1507 self.sizes
1508 }
1509
1510 fn is_list_canonical(&self, _resolve: &Resolve, _element: &Type) -> bool {
1511 // Go slices are never directly in the Wasm Memory, so they are never "canonical"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected