MCPcopy Create free account
hub / github.com/GodotECS/godex / fetch

Method fetch

utils/fetchers.cpp:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339void EventsReceiverDynamicFetcher::set_active(bool p_active) {}
340
341Array EventsReceiverDynamicFetcher::fetch() {
342 ERR_FAIL_COND_V(event_storage_ptr == nullptr, Array());
343 return event_storage_ptr->get_events_array(emitter_name);
344}

Callers 1

test_ecs_query.hFile · 0.45

Calls 1

get_events_arrayMethod · 0.45

Tested by

no test coverage detected