MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / include

Method include

crates/cpp/src/lib.rs:296–298  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

294 }
295
296 fn include(&mut self, s: &str) {
297 self.includes.push(s.to_string());
298 }
299
300 /// Returns true if the function is a fallible constructor.
301 ///

Callers 1

finish_includesMethod · 0.80

Calls 2

pushMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected