Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ lock
Function
lock
components/runtime/src/ts/discord/channel.ts:254–258 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
252
}
253
254
lock() {
255
return
this.edit({
256
locked: true,
257
})
258
}
259
260
unlock() {
261
return
this.edit({
Callers
nothing calls this directly
Calls
1
edit
Method · 0.45
Tested by
no test coverage detected