Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ pop
Method
pop
src/pkg/utils/queue.ts:16–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
pop(): Promise<T | undefined> {
17
return
new
Promise((resolve) => {
18
if
(this.list.length > 0) {
19
resolve(this.list.shift());
20
}
else
{
21
this.resolve = resolve;
22
}
23
});
24
}
25
}
Callers
10
inferFilename
Method · 0.80
writeWithResolvedParent
Method · 0.80
render
Function · 0.80
ExistingAttachmentPreview
Function · 0.80
UserMessageItem
Function · 0.80
ChatInput
Function · 0.80
parseSkillZip
Function · 0.80
dealConfirmQueue
Method · 0.80
parse
Method · 0.80
guessMimeType
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected