MCPcopy Create free account
hub / github.com/AI45Lab/Code / list_dir

Method list_dir

core/src/tools/builtin/edit.rs:311–316  ·  view source on GitHub ↗
(
                &self,
                _path: &WorkspacePath,
            )

Source from the content-addressed store, hash-verified

309 })
310 }
311 async fn list_dir(
312 &self,
313 _path: &WorkspacePath,
314 ) -> WorkspaceResult<Vec<WorkspaceDirEntry>> {
315 Ok(Vec::new())
316 }
317 }
318
319 #[async_trait]

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected