MCPcopy Create free account
hub / github.com/beefytech/Beef / Debugger_GetOutputFilterFlags

Function Debugger_GetOutputFilterFlags

IDEHelper/DebugManager.cpp:1702–1710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1700}
1701
1702BF_EXPORT int BF_CALLTYPE Debugger_GetOutputFilterFlags()
1703{
1704 if (gDebugManager != NULL)
1705 {
1706 return (int)gDebugManager->GetOutputFilterFlags();
1707 }
1708
1709 return 0;
1710}
1711
1712BF_EXPORT NetResult* HTTP_GetFile(char* url, char* destPath)
1713{

Callers

nothing calls this directly

Calls 1

GetOutputFilterFlagsMethod · 0.80

Tested by

no test coverage detected