MCPcopy Index your code
hub / github.com/react/react / getDefaultOpenInEditorURL

Function getDefaultOpenInEditorURL

packages/react-devtools-shared/src/utils.js:507–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

505}
506
507export function getDefaultOpenInEditorURL(): string {
508 return typeof process.env.EDITOR_URL === 'string'
509 ? process.env.EDITOR_URL
510 : vscodeFilepath;
511}
512
513export function getOpenInEditorURL(): string {
514 try {

Callers 2

getOpenInEditorURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected