| 117 | FeatureStatus TestCap(const char *name); |
| 118 | public: |
| 119 | inline IdentityToken_t *GetIdentRoot() |
| 120 | { |
| 121 | return &m_IdentRoot; |
| 122 | } |
| 123 | public: |
| 124 | void BeginBindingFor(CPlugin *pPlugin); |
| 125 | void BindNativesToPlugin(CPlugin *pPlugin, bool bCoreOnly); |
no outgoing calls
no test coverage detected