Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aspizu/goboscript
/ shadow
Method
shadow
src/codegen/node.rs:41–43 ·
view source on GitHub ↗
(self, shadow: bool)
Source
from the content-addressed store, hash-verified
39
}
40
41
pub fn shadow(self, shadow: bool) -> Self {
42
Self { shadow, ..self }
43
}
44
45
pub fn some_next_id(self, next_id: Option<NodeID>) -> Self {
46
Self { next_id, ..self }
Callers
4
block
Method · 0.80
proc
Method · 0.80
func
Method · 0.80
repr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected