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

Method c_include

crates/c/src/lib.rs:611–613  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

609 }
610
611 fn c_include(&mut self, s: &str) {
612 self.c_includes.push(s.to_string());
613 }
614
615 fn char_type(&self) -> &'static str {
616 match self.opts.string_encoding {

Callers 1

finishMethod · 0.80

Calls 2

pushMethod · 0.45
to_stringMethod · 0.45

Tested by

no test coverage detected