MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / remove_data_model

Method remove_data_model

src/python/lfs/py_rml.cpp:349–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 }
348
349 bool PyRmlContext::remove_data_model(const std::string& name) {
350 s_model_storage.erase(name);
351 s_active_handles.erase(name);
352 s_model_contexts.erase(name);
353 s_model_documents.erase(name);
354 return ctx_->RemoveDataModel(name);
355 }
356
357 // --- PyRmlEvent ---
358

Callers 15

on_unmountMethod · 0.45
on_unmountMethod · 0.45
on_unmountMethod · 0.45
on_unmountMethod · 0.45
on_unmountMethod · 0.45
on_unmountMethod · 0.45
on_unmountMethod · 0.45
on_unmountMethod · 0.45
on_unmountMethod · 0.45
on_unmountMethod · 0.45
on_unmountMethod · 0.45
on_unmountMethod · 0.45

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected