MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / IFaceTypeIsScriptable

Function IFaceTypeIsScriptable

src/IFaceTable.h:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85};
86
87inline bool IFaceTypeIsScriptable(IFaceType t, int index) {
88 return t < iface_stringresult || (index == 1 && t == iface_stringresult);
89}
90
91inline bool IFaceTypeIsNumeric(IFaceType t) {
92 return (t > iface_void && t < iface_bool);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected