Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/continuedev/continue
/ indentMultilineString
Method
indentMultilineString
core/util/generateRepoMap.ts:173–178 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
171
}
172
173
private indentMultilineString(str: string) {
174
return
str
175
.split(
"\n"
)
176
.map((line: any) =>
"\t"
+ line)
177
.join(
"\n"
);
178
}
179
}
180
181
export
default
async
function
generateRepoMap(
Callers
1
generate
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected