MCPcopy Create free account
hub / github.com/argotorg/solidity / isByteArray

Method isByteArray

libsolidity/ast/Types.h:884–884  ·  view source on GitHub ↗

@returns true if this is a byte array.

Source from the content-addressed store, hash-verified

882
883 /// @returns true if this is a byte array.
884 bool isByteArray() const { return m_arrayKind == ArrayKind::Bytes; }
885 /// @returns true if this is a byte array or a string
886 bool isByteArrayOrString() const { return m_arrayKind != ArrayKind::Ordinary; }
887 /// @returns true if this is a string

Calls

no outgoing calls

Tested by

no test coverage detected