Skip to content

[kotlin2cpg] Fix file content length restriction. #5606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2025

Conversation

ml86
Copy link
Contributor

@ml86 ml86 commented Jul 24, 2025

The kotlin frontend used the code function in order to populate the
file content property. That was not a bad idea since the code function
limits the returned string length. We now just use the complete string
coming from the kotlin API.

The kotlin frontend used the `code` function in order to populate the
file content property. That was not a bad idea since the `code` function
limits the returned string length. We now just use the complete string
coming from the kotlin API.
@ml86 ml86 requested review from maltek and johannescoetzee July 24, 2025 15:24
@ml86 ml86 merged commit 97a2db9 into master Jul 24, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants