MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / invalidateFunctionCallValues

Method invalidateFunctionCallValues

core/src/surface/agenui_surface.cpp:421–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void Surface::invalidateFunctionCallValues() {
422 if (_componentManager != nullptr) {
423 BatchScope batchScope(_virtualDom->batchGuard());
424 _componentManager->invalidateFunctionCallValues();
425 }
426}
427
428} // namespace agenui

Callers 2

TEST_FFunction · 0.45

Calls 1

batchGuardMethod · 0.45

Tested by 1

TEST_FFunction · 0.36