Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ pinToTop
Method
pinToTop
src/app/service/service_worker/client.ts:106–108 ·
view source on GitHub ↗
(uuids: string[])
Source
from the content-addressed store, hash-verified
104
}
105
106
pinToTop(uuids: string[]) {
107
return
this.do(
"pinToTop"
, uuids);
108
}
109
110
importByUrl(url: string): ReturnType<ScriptService[
"importByUrl"
]> {
111
return
this.doThrow(
"importByUrl"
, url);
Callers
1
pinToTop
Function · 0.45
Calls
1
do
Method · 0.45
Tested by
no test coverage detected