Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ isColocatedRulesFile
Function
isColocatedRulesFile
core/config/loadLocalAssistants.ts:46–48 ·
view source on GitHub ↗
(uri: string)
Source
from the content-addressed store, hash-verified
44
}
45
46
export
function
isColocatedRulesFile(uri: string): boolean {
47
return
getUriPathBasename(uri) === RULES_MARKDOWN_FILENAME;
48
}
49
50
async
function
getDefinitionFilesInDir(
51
ide: IDE,
Callers
2
registerMessageHandlers
Method · 0.90
handleFilesChanged
Method · 0.90
Calls
1
getUriPathBasename
Function · 0.90
Tested by
no test coverage detected