Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
finish
Method · 0.80
Calls
2
push
Method · 0.45
to_string
Method · 0.45
Tested by
no test coverage detected