MCPcopy Create free account
hub / github.com/beefytech/Beef / IsExplicit

Method IsExplicit

IDEHelper/Compiler/BfSystem.h:1027–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025 }
1026
1027 bool IsExplicit()
1028 {
1029 if (mOperatorDeclaration->mExplicitToken != NULL)
1030 return mOperatorDeclaration->mExplicitToken->mToken == BfToken_Explicit;
1031 if (mOperatorDeclaration->mOpTypeToken != NULL)
1032 return mOperatorDeclaration->mOpTypeToken->mToken == BfToken_Explicit;
1033 return false;
1034 }
1035};
1036
1037struct BfTypeDefLookupContext

Callers 3

CastToValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected