MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / check_points

Function check_points

instances/views.py:545–548  ·  view source on GitHub ↗
(dataset)

Source from the content-addressed store, hash-verified

543 response['Content-Type'] = "text/javascript"
544
545 def check_points(dataset):
546 if len(dataset) > points:
547 dataset.pop(0)
548 return dataset
549
550 try:
551 conn = wvmInstance(compute.hostname,

Callers 1

inst_graphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected