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

Function before_read

rust/tests/tests/test_debug.rs:67–69  ·  view source on GitHub ↗
(struct_name: &str, field_name: &str, _context: &mut ReadContext)

Source from the content-addressed store, hash-verified

65}
66
67fn before_read(struct_name: &str, field_name: &str, _context: &mut ReadContext) {
68 record_event("before_read", struct_name, field_name);
69}
70
71fn after_read(
72 struct_name: &str,

Callers

nothing calls this directly

Calls 1

record_eventFunction · 0.85

Tested by

no test coverage detected