MCPcopy Create free account
hub / github.com/Doctave/dossier / walk_tree_to_function

Function walk_tree_to_function

dossier-ts/src/function.rs:253–257  ·  view source on GitHub ↗
(cursor: &mut TreeCursor)

Source from the content-addressed store, hash-verified

251 }
252
253 fn walk_tree_to_function(cursor: &mut TreeCursor) {
254 assert_eq!(cursor.node().kind(), "program");
255 cursor.goto_first_child();
256 assert_eq!(cursor.node().kind(), "function_declaration");
257 }
258
259 #[test]
260 fn fqns() {

Callers 6

fqnsFunction · 0.85
parametersFunction · 0.85
readonly_parameterFunction · 0.85
genericsFunction · 0.85

Calls

no outgoing calls

Tested by 6

fqnsFunction · 0.68
parametersFunction · 0.68
readonly_parameterFunction · 0.68
genericsFunction · 0.68