Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
debugInfoObj *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
msSetErrorFile
Function · 0.85
msCloseErrorFile
Function · 0.85
msGetErrorFile
Function · 0.85
msSetGlobalDebugLevel
Function · 0.85
msGetGlobalDebugLevel
Function · 0.85
msDebug
Function · 0.85
Calls
4
msAcquireLock
Function · 0.85
msGetThreadId
Function · 0.85
msSetError
Function · 0.85
msReleaseLock
Function · 0.85
Tested by
no test coverage detected