MCPcopy Create free account
hub / github.com/apache/fory / event_log

Function event_log

rust/tests/tests/test_debug.rs:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35fn event_log() -> &'static Mutex<Vec<String>> {
36 static LOG: OnceLock<Mutex<Vec<String>>> = OnceLock::new();
37 LOG.get_or_init(|| Mutex::new(Vec::new()))
38}
39
40fn record_event(prefix: &str, struct_name: &str, field_name: &str) {
41 if struct_name == "DebugSample" {

Callers 4

record_eventFunction · 0.85
newMethod · 0.85
dropMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected