MCPcopy Create free account
hub / github.com/YosysHQ/nextpnr / buffered

Method buffered

3rdparty/python-console/ParseHelper.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool ParseHelper::buffered( ) const
147{
148 return commandBuffer.size( ) || stateStack.size( );
149}
150
151void ParseHelper::flush( )
152{

Callers 4

handleReturnKeyPressMethod · 0.80
displayPromptMethod · 0.80
mainFunction · 0.80
editLineReturnPressedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

mainFunction · 0.64