MCPcopy Create free account
hub / github.com/Snapchat/Valdi / insertLineAfter

Function insertLineAfter

npm_modules/cli/test/helpers/ProjectHelpers.ts:122–124  ·  view source on GitHub ↗
(search: LineMatcher, content: string | Buffer)

Source from the content-addressed store, hash-verified

120}
121
122export function insertLineAfter(search: LineMatcher, content: string | Buffer): FileUpdater {
123 return insertLine('after', search, content);
124}
125
126export async function findDefinitionForTokenInFile(
127 context: TaskContext,

Callers 1

ValdiSmokeTest.tsFile · 0.90

Calls 1

insertLineFunction · 0.85

Tested by

no test coverage detected