Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ add_search_path
Method
add_search_path
aiscript-vm/src/module.rs:88–90 ·
view source on GitHub ↗
(&mut self, path: PathBuf)
Source
from the content-addressed store, hash-verified
86
87
#[allow(unused)]
88
pub fn add_search_path(&mut self, path: PathBuf) {
89
self.search_paths.push(path);
90
}
91
92
pub fn get_or_load_module(
93
&mut self,
Callers
nothing calls this directly
Calls
1
push
Method · 0.80
Tested by
no test coverage detected