function generateGraphId()
in
grafana/id.js [27:30]
4
lines of code
1
McCabe index (conditional complexity)
function generateGraphId() { graphId = graphId + 1; return graphId; }