Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ ArrayFreeze
Function
ArrayFreeze
lib/base/array-script.cpp:230–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
static void ArrayFreeze()
231
{
232
ScriptFrame *vframe = ScriptFrame::GetCurrentFrame();
233
Array::Ptr self = static_cast<Array::Ptr>(vframe->Self);
234
self->Freeze();
235
}
236
237
Object::Ptr Array::GetPrototype()
238
{
Callers
nothing calls this directly
Calls
1
Freeze
Method · 0.45
Tested by
no test coverage detected