MCPcopy 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
44impl 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_testsMethod · 0.45
include_languageMethod · 0.45
bindgen_nameMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected