Method
export_global
(&mut self, name: String)
Source from the content-addressed store, hash-verified
| 90 | } |
| 91 | |
| 92 | pub fn export_global(&mut self, name: String) { |
| 93 | if !self.globals.contains(&name) { |
| 94 | self.globals.push(name); |
| 95 | } |
| 96 | } |
| 97 | } |
Tested by
no test coverage detected