MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / clear_hit_count

Method clear_hit_count

source/binding/NodeJS/src/apis/context.cpp:223–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void ContextImpl::clear_hit_count(std::string node_name)
224{
225 if (!MaaContextClearHitCount(context, node_name.c_str())) {
226 throw maajs::MaaError { "Context clear_hit_count failed" };
227 }
228}
229
230std::string ContextImpl::to_string()
231{

Callers

nothing calls this directly

Calls 1

MaaContextClearHitCountFunction · 0.85

Tested by

no test coverage detected