Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxBittker/rs-sdk
/ popString
Method
popString
server/engine/src/engine/script/ScriptState.ts:337–339 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
335
}
336
337
popString(): string {
338
return
this.stringStack[--this.ssp] ??
''
;
339
}
340
341
popStrings(amount: number): string[] {
342
const
strings = Array<string>(amount);
Callers
10
popStrings
Method · 0.95
setupNewScript
Method · 0.95
StringOps.ts
File · 0.80
CoreOps.ts
File · 0.80
NpcOps.ts
File · 0.80
PlayerOps.ts
File · 0.80
popScriptArgs
Function · 0.80
db_find
Function · 0.80
db_find_refine
Function · 0.80
DebugOps.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected