MCPcopy Index your code
hub / github.com/MapServer/MapServer / msGetDebugInfoObj

Function msGetDebugInfoObj

mapdebug.c:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54#ifndef USE_THREAD
55
56debugInfoObj *msGetDebugInfoObj()
57{
58 static debugInfoObj debuginfo = {MS_DEBUGLEVEL_ERRORSONLY,
59 MS_DEBUGMODE_OFF, NULL, NULL };
60 return &debuginfo;
61}
62
63#else
64

Callers 6

msSetErrorFileFunction · 0.85
msCloseErrorFileFunction · 0.85
msGetErrorFileFunction · 0.85
msSetGlobalDebugLevelFunction · 0.85
msGetGlobalDebugLevelFunction · 0.85
msDebugFunction · 0.85

Calls 4

msAcquireLockFunction · 0.85
msGetThreadIdFunction · 0.85
msSetErrorFunction · 0.85
msReleaseLockFunction · 0.85

Tested by

no test coverage detected