summaryrefslogtreecommitdiff
path: root/integrationtests/direct_processing_test.go
AgeCommit message (Collapse)Author
2025-06-18Rename channelless functions to use cleaner namingPaul Buetow
Now that channel-based code is completely removed, renamed all functions and references from "channelless" to more descriptive names: - startChannelless() → start() - readGlobChannelless() → readGlob() - readFilesChannelless() → readFiles() - readChannellessStdin() → readStdin() - createChannellessProcessor() → createProcessor() Updated comments and debug messages to use "direct processing" terminology. Renamed test file and functions to use "Direct" naming convention. Changed source IDs from "channelless" to "direct". All functionality preserved with improved code clarity and maintainability. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>