Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
proc
Method · 0.80
func
Method · 0.80
event
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected