MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / reload

Method reload

src/shared/pub/package_map.ts:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 public reload() {
105 this.load();
106 }
107
108 private load() {
109 const json = fs.readFileSync(this.packageConfigPath, "utf8");

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected