MCPcopy Create free account
hub / github.com/TASEmulators/fceux / commentAssign

Method commentAssign

src/debugsymboltable.h:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void commentAssign( std::string str )
48 {
49 _comment.assign(str);
50 return;
51 }
52
53 void commentAssign( const char *str )
54 {

Callers 2

AddNewSymbolicNameFunction · 0.80
execMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected