MCPcopy Index your code
hub / github.com/NetHack/NetHack / PutStr

Method PutStr

win/Qt/qt_map.cpp:649–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647}
648
649void NetHackQtMapWindow2::PutStr(int attr UNUSED, const QString& text UNUSED)
650{
651 puts("unexpected PutStr in MapWindow");
652}
653
654void NetHackQtMapWindow2::ClipAround(int x,int y)
655{

Callers 3

qt_putstrMethod · 0.45
qt_display_fileMethod · 0.45
qt_putmsghistoryMethod · 0.45

Calls 1

putsFunction · 0.85

Tested by

no test coverage detected