• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

protofire / solhint / #77846

27 Jan 2023 01:47PM UTC coverage: 90.015% (-6.3%) from 96.281%
#77846

push

web-flow
Merge pull request #389 from juanpcapurro/fix-doc-generation

Fix doc generation

519 of 629 branches covered (82.51%)

1226 of 1362 relevant lines covered (90.01%)

149.53 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
/lib/common/ast-types.js
1
function isFallbackFunction(node) {
2
  return isFunctionDefinition(node) && node.isFallback
97✔
3
}
4

5
function isReceiveFunction(node) {
6
  return isFunctionDefinition(node) && node.isReceiveEther
74✔
7
}
8

9
function isFunctionDefinition(node) {
10
  return node.type === 'FunctionDefinition'
171✔
11
}
12

13
function isStructDefinition(node) {
14
  return node.type === 'StructDefinition'
×
15
}
16

17
function isEnumDefinition(node) {
18
  return node.type === 'EnumDefinition'
×
19
}
20

21
module.exports = {
1✔
22
  isFallbackFunction,
23
  isReceiveFunction,
24
  isFunctionDefinition,
25
  isStructDefinition,
26
  isEnumDefinition,
27
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc