node-addon-api
node-addon-api copied to clipboard
[Test] Unit test coverage report for Maybe<T>
class | methods |
---|---|
Maybe | |
IsNothing() | |
Covered | IsJust() |
Covered | void Check() |
Defined as a macro which is used by most tests | T UnWrap() |
Defined as a macro, which is used by most tests | T UnWrapOr(const T&default_value) const |
Defined as a macro which is used by most tests | bool UnwrapTo(T* out) const |
bool operator==(const Maybe& other) const | |
bbool operator!=(const Maybe& other) const |
See test/maybe/check.cc and test/maybe/index.js
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
Closed following #1270