MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / offsetComment

Function offsetComment

src/generator.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100static const QChar kCommentMarker = QChar(0x01);
101
102static QString offsetComment(int offset) {
103 return QString(kCommentMarker) + QStringLiteral("// 0x%1").arg(QString::number(offset, 16).toUpper());
104}
105
106static QString emitField(GenContext& ctx, const Node& node) {
107 const NodeTree& tree = ctx.tree;

Callers 2

emitFieldFunction · 0.85
emitStructBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected