Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hydro-dev/Hydro
/ setQuery
Method
setQuery
packages/hydrooj/src/model/task.ts:93–96 ·
view source on GitHub ↗
(query: string)
Source
from the content-addressed store, hash-verified
91
}
92
93
setQuery(query: string) {
94
this.filter = query;
95
this.notify?.();
96
}
97
}
98
99
class
TaskModel {
Callers
1
message
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected