MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / replace

Method replace

src/test/mockClasses.ts:34–36  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

32 // eslint-disable-next-line no-empty,@typescript-eslint/no-empty-function
33 public dispose() {}
34 public replace(value: string) {
35 this.output = value;
36 }
37}
38
39export class MockStatusBarItem implements vscode.StatusBarItem {

Callers 15

get_data_frame_infoFunction · 0.45
get_data_frame_rowsFunction · 0.45
test_dataframe_rowsFunction · 0.45
_VSCODE_getDataFrameRowsFunction · 0.45
escapeRegExpFunction · 0.45
getCommentForUnionsFunction · 0.45
visitFunction · 0.45
shortNameMatchesLongNameFunction · 0.45
dumpCellMethod · 0.45
deleteDumpedFilesFunction · 0.45
normalizeFilePathMethod · 0.45

Calls

no outgoing calls

Tested by 6

test_dataframe_rowsFunction · 0.36
stubFsForDeepnoteFunction · 0.36
compareIgnoreLineBreaksFunction · 0.36
getSourceFilesFunction · 0.36
initializeFunction · 0.36
getHtmlMessageFunction · 0.36