MCPcopy 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
114static String StringTrim()
115{
116 ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
117 String self = vframe->Self;
118 return self.Trim();
119}
120
121Object::Ptr String::GetPrototype()
122{

Callers

nothing calls this directly

Calls 1

TrimMethod · 0.80

Tested by

no test coverage detected