MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / IsLineCode

Method IsLineCode

neo/tools/debugger/DebuggerScript.cpp:141–145  ·  view source on GitHub ↗

================ rvDebuggerScript::IsValidLine Determines whether or not the given line number within the script is a valid line of code ================ */

Source from the content-addressed store, hash-verified

139================
140*/
141bool rvDebuggerScript::IsLineCode ( int linenumber )
142{
143 //we let server decide.
144 return true;
145}
146
147/*
148================

Callers 3

ToggleBreakpointMethod · 0.45
HandleActivateMethod · 0.45
HandleAddBreakpointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected