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