MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / has_function

Function has_function

src/builtin/module_builtin_debugger.cpp:1248–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246 }
1247
1248 bool has_function ( Context & ctx, const char * name ) {
1249 return ctx.findFunction(name ? name : "") != nullptr;
1250 }
1251
1252 Context * hw_bp_context[DAS_MAX_HW_BREAKPOINTS] = {
1253 nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,

Callers

nothing calls this directly

Calls 1

findFunctionMethod · 0.45

Tested by

no test coverage detected