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

Function after_read

rust/tests/tests/test_debug.rs:71–78  ·  view source on GitHub ↗
(
    struct_name: &str,
    field_name: &str,
    _field_value: &dyn Any,
    _context: &mut ReadContext,
)

Source from the content-addressed store, hash-verified

69}
70
71fn after_read(
72 struct_name: &str,
73 field_name: &str,
74 _field_value: &dyn Any,
75 _context: &mut ReadContext,
76) {
77 record_event("after_read", struct_name, field_name);
78}
79
80struct HookGuard {
81 _lock: MutexGuard<'static, ()>,

Callers

nothing calls this directly

Calls 1

record_eventFunction · 0.85

Tested by

no test coverage detected