function generateGraphId()
in
src/id.ts [25:28]
4
lines of code
1
McCabe index (conditional complexity)
function generateGraphId() { graphId = graphId + 1; return graphId; }