You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
618 B
46 lines
618 B
4 years ago
|
{
|
||
|
"contracts/MatrixA.sol": {
|
||
|
"10": [
|
||
|
{
|
||
|
"title": "sends",
|
||
|
"file": "test/matrix_a.js"
|
||
|
},
|
||
|
{
|
||
|
"title": "sends to A",
|
||
|
"file": "test/matrix_a_b.js"
|
||
|
}
|
||
|
],
|
||
|
"14": [
|
||
|
{
|
||
|
"title": "calls",
|
||
|
"file": "test/matrix_a.js"
|
||
|
}
|
||
|
],
|
||
|
"15": [
|
||
|
{
|
||
|
"title": "calls",
|
||
|
"file": "test/matrix_a.js"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"contracts/MatrixB.sol": {
|
||
|
"10": [
|
||
|
{
|
||
|
"title": "sends to B",
|
||
|
"file": "test/matrix_a_b.js"
|
||
|
}
|
||
|
],
|
||
|
"14": [
|
||
|
{
|
||
|
"title": "calls B",
|
||
|
"file": "test/matrix_a_b.js"
|
||
|
}
|
||
|
],
|
||
|
"15": [
|
||
|
{
|
||
|
"title": "calls B",
|
||
|
"file": "test/matrix_a_b.js"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|