Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ StringTrim
Function
StringTrim
lib/base/string-script.cpp:114–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
static String StringTrim()
115
{
116
ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
117
String self = vframe->Self;
118
return self.Trim();
119
}
120
121
Object::Ptr String::GetPrototype()
122
{
Callers
nothing calls this directly
Calls
1
Trim
Method · 0.80
Tested by
no test coverage detected