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

Method top_level

src/codegen/node.rs:37–39  ·  view source on GitHub ↗
(self, top_level: bool)

Source from the content-addressed store, hash-verified

35 }
36
37 pub fn top_level(self, top_level: bool) -> Self {
38 Self { top_level, ..self }
39 }
40
41 pub fn shadow(self, shadow: bool) -> Self {
42 Self { shadow, ..self }

Callers 3

procMethod · 0.80
funcMethod · 0.80
eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected