Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ buildSearchURL
Method
buildSearchURL
app/core/treema-ext.js:644–644 ·
view source on GitHub ↗
(term)
Source
from the content-addressed store, hash-verified
642
}
643
644
buildSearchURL (term) {
return
`${this.url}?term=${term}&project=true` }
645
646
search () {
647
const
term = this.getValEl().find(
'input'
).val()
Callers
1
search
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected