MCPcopy Create free account
hub / github.com/NativeScript/android / IsJust

Method IsJust

test-app/runtime/src/main/cpp/include/v8-maybe.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 public:
31 V8_INLINE bool IsNothing() const { return !has_value_; }
32 V8_INLINE bool IsJust() const { return has_value_; }
33
34 /**
35 * An alias for |FromJust|. Will crash if the Maybe<> is nothing.

Callers 2

operator==Method · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected