| 8 | // MARK: - IStreamPlugin interface |
| 9 | |
| 10 | void TextStreamPlugin::onComponentExtracted(const std::string& componentJson) { |
| 11 | collectBindingPath(componentJson); |
| 12 | } |
| 13 | |
| 14 | bool TextStreamPlugin::handleIncompleteComponent( |
| 15 | const std::string& buffer, size_t componentStartPos, |
no outgoing calls
no test coverage detected