MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / LoadNamespaces

Method LoadNamespaces

src/NodeRTUI/MainForm.cs:137–141  ·  view source on GitHub ↗
(string path)

Source from the content-addressed store, hash-verified

135 }
136
137 private void LoadNamespaces(string path)
138 {
139 _namespaces = Reflector.GetNamespaces(path, null).OrderBy((s) => s);
140 FilterNamespaces();
141 }
142
143 private void cmdOpenFile_Click(object sender, EventArgs e)
144 {

Callers

nothing calls this directly

Calls 1

GetNamespacesMethod · 0.80

Tested by

no test coverage detected