Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IChooseYou/Reclass
/ buffer_nonEmptyIsValid
Method
buffer_nonEmptyIsValid
tests/test_provider.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void buffer_nonEmptyIsValid() {
72
BufferProvider p(QByteArray(16,
'\0'
));
73
QVERIFY(p.isValid());
74
QCOMPARE(p.size(), 16);
75
}
76
77
void buffer_nameFromConstructor() {
78
BufferProvider p(QByteArray(4,
'\0'
),
"dump.bin"
);
Callers
nothing calls this directly
Calls
2
isValid
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected