MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / __init__

Method __init__

Python-Bridge/Python-Bridge.py:171–172  ·  view source on GitHub ↗
(self, kb)

Source from the content-addressed store, hash-verified

169
170 class VirtualMemory:
171 def __init__(self, kb):
172 self.__kb = kb
173
174 def alloc_kernel_memory(self, size, executable):
175 ptr = c_uint64()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected