Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ display
Method
display
crates/test/src/c.rs:45–47 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
43
44
impl LanguageMethods for C {
45
fn display(&self) -> &str {
46
"c"
47
}
48
49
fn comment_prefix_for_test_config(&self) -> Option<&str> {
50
Some(
"//@"
)
Callers
4
run_runtime_tests
Method · 0.45
include_language
Method · 0.45
bindgen_name
Method · 0.45
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected