MCPcopy Create free account
hub / github.com/MoyGcc/vid2avatar / __Pyx_CodeObjectCache

Class __Pyx_CodeObjectCache

code/lib/libmise/mise.cpp:1855–1859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1853 int code_line;
1854} __Pyx_CodeObjectCacheEntry;
1855struct __Pyx_CodeObjectCache {
1856 int count;
1857 int max_count;
1858 __Pyx_CodeObjectCacheEntry* entries;
1859};
1860static struct __Pyx_CodeObjectCache __pyx_code_cache = {0,0,NULL};
1861static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line);
1862static PyCodeObject *__pyx_find_code_object(int code_line);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected