MCPcopy Create free account
hub / github.com/DCurrent/openbor / getCommandlistCommand

Function getCommandlistCommand

engine/source/openborscript/commands.c:23–43  ·  view source on GitHub ↗

* getCommandlistCommand * --------------------- * Refactor - Caskey, Damon V. * 2025-05-17 * * Looks up a command in the given list by its name, case-insensitively. * * Notes: * - The search is case-insensitive. * - Memory is dynamically allocated for the lowercase copy and freed before return. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

getModelCommandFunction · 0.85
getModelstxtCommandFunction · 0.85
getLevelCommandFunction · 0.85
getLevelOrderCommandFunction · 0.85

Calls 2

lcFunction · 0.85
List_GetNodeByNameFunction · 0.85

Tested by

no test coverage detected