| author | |
| committer | |
| log | 538c8258c724d31efd631b670d4a7d781009a1e1 |
| tree | 0713d46e4ac8164884580413b0bb8075feeda07a |
| parent | e0c65ce3f2eb9f6f689ec937564471477a02f018 |
1 files changed, 1 insertions(+), 8 deletions(-)
lib/docs/main.js+1-8| ... | ... | @@ -4850,11 +4850,4 @@ function RadixTree() { |
| 4850 | 4850 | |
| 4851 | 4851 | // BUT! |
| 4852 | 4852 | |
| 4853 | // We want to be able to search "Hash", for example! | |
| 4854 | ||
| 4855 | function findDeclByName(name) { | |
| 4856 | for (let i = 0; i < zigAnalysis.decls.length; i += 1) { | |
| 4857 | let decl = zigAnalysis.decls[i]; | |
| 4858 | if(decl[0] == name) return decl; | |
| 4859 | } | |
| 4860 | } | |
| \ No newline at end of file | ||
| 4853 | // We want to be able to search "Hash", for example! | |
| \ No newline at end of file |