Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/uchardet
/ GetCodingStateMachine
Method
GetCodingStateMachine
src/nsCodingStateMachine.h:79–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
PRUint32 GetCurrentCharLen(void) {return mCurrentCharLen;}
78
void Reset(void) {mCurrentState = eStart;}
79
const char * GetCodingStateMachine() {return mModel->name;}
80
81
protected:
82
nsSMState mCurrentState;
Callers
1
HandleData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected