MCPcopy Create free account
hub / github.com/Kitware/CMake / check_objects

Function check_objects

Tests/RunCMake/FileAPI/ClientStateful-check.py:252–256  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

250 check_index__test(r, 2, 0)
251
252def check_objects(o):
253 assert is_list(o)
254 assert len(o) == 2
255 check_index__test(o[0], 1, 3)
256 check_index__test(o[1], 2, 0)
257
258assert is_dict(index)
259assert sorted(index.keys()) == ["cmake", "objects", "reply"]

Callers 1

Calls 2

check_index__testFunction · 0.85
is_listFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…