MCPcopy Create free account
hub / github.com/aspizu/goboscript / array

Method array

src/ast/list.rs:75–80  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

73 }
74
75 pub fn array(&self) -> Option<&[(Value, Span)]> {
76 match &self.default {
77 Some(ListDefault::Values(array)) => Some(array),
78 _ => None,
79 }
80 }
81}

Callers 1

list_declarationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected