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

Method hide

src/codegen/stmt.rs:195–197  ·  view source on GitHub ↗
(&mut self, s: S, d: D, name: &Name)

Source from the content-addressed store, hash-verified

193 }
194
195 pub fn hide(&mut self, s: S, d: D, name: &Name) -> io::Result<()> {
196 self.show(s, d, name)
197 }
198
199 pub fn add_to_list(
200 &mut self,

Callers 1

stmtMethod · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected