File size: 2,666 Bytes
6a4d02a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
{
"crate": "bytecount",
"module": "naive",
"usages": [
{
"symbol": "fold",
"kind": "method_call",
"usage_count": 1,
"usage_type": "MethodCall",
"node_type": "Item",
"user_def_id": "DefId(0:5 ~ bytecount[b214]::naive::naive_count_32)",
"used_def_id": "DefId(2:9548 ~ core[4720]::iter::traits::iterator::Iterator::fold)",
"user_crate": "bytecount",
"used_crate": "core"
},
{
"symbol": "iter",
"kind": "method_call",
"usage_count": 1,
"usage_type": "MethodCall",
"node_type": "Item",
"user_def_id": "DefId(0:5 ~ bytecount[b214]::naive::naive_count_32)",
"used_def_id": "DefId(2:14091 ~ core[4720]::slice::{impl#0}::iter)",
"user_crate": "bytecount",
"used_crate": "core"
},
{
"symbol": "fold",
"kind": "method_call",
"usage_count": 1,
"usage_type": "MethodCall",
"node_type": "Item",
"user_def_id": "DefId(0:7 ~ bytecount[b214]::naive::naive_count)",
"used_def_id": "DefId(2:9548 ~ core[4720]::iter::traits::iterator::Iterator::fold)",
"user_crate": "bytecount",
"used_crate": "core"
},
{
"symbol": "iter",
"kind": "method_call",
"usage_count": 1,
"usage_type": "MethodCall",
"node_type": "Item",
"user_def_id": "DefId(0:7 ~ bytecount[b214]::naive::naive_count)",
"used_def_id": "DefId(2:14091 ~ core[4720]::slice::{impl#0}::iter)",
"user_crate": "bytecount",
"used_crate": "core"
},
{
"symbol": "count",
"kind": "method_call",
"usage_count": 1,
"usage_type": "MethodCall",
"node_type": "Item",
"user_def_id": "DefId(0:9 ~ bytecount[b214]::naive::naive_num_chars)",
"used_def_id": "DefId(2:9434 ~ core[4720]::iter::traits::iterator::Iterator::count)",
"user_crate": "bytecount",
"used_crate": "core"
},
{
"symbol": "filter",
"kind": "method_call",
"usage_count": 1,
"usage_type": "MethodCall",
"node_type": "Item",
"user_def_id": "DefId(0:9 ~ bytecount[b214]::naive::naive_num_chars)",
"used_def_id": "DefId(2:9468 ~ core[4720]::iter::traits::iterator::Iterator::filter)",
"user_crate": "bytecount",
"used_crate": "core"
},
{
"symbol": "iter",
"kind": "method_call",
"usage_count": 1,
"usage_type": "MethodCall",
"node_type": "Item",
"user_def_id": "DefId(0:9 ~ bytecount[b214]::naive::naive_num_chars)",
"used_def_id": "DefId(2:14091 ~ core[4720]::slice::{impl#0}::iter)",
"user_crate": "bytecount",
"used_crate": "core"
}
]
} |