Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/retspen/webvirtcloud
/ Instance
Class
Instance
instances/models.py:5–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
4
5
class
Instance(models.Model):
6
compute = models.ForeignKey(Compute)
7
name = models.CharField(max_length=20)
8
uuid = models.CharField(max_length=36)
9
10
def
__unicode__(self):
11
return
self.name
Callers
3
create_instance
Function · 0.90
instances
Function · 0.90
instance
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected