-
Notifications
You must be signed in to change notification settings - Fork 12
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
sweep: please develop a class that implements a map like data structure with a set of keys and a list of values that are linked. #123
Comments
Here's the PR! #124.⚡ Sweep Basic Tier: I'm creating this ticket using GPT-4. You have 5 GPT-4 tickets left for the month and 3 for the day. For more GPT-4 tickets, visit our payment portal.
Actions (click)
Step 1: 🔎 SearchingI found the following snippets in your repository. I will now analyze these snippets and come up with a plan. Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description.ApexKit/force-app/main/default/classes/polyfills/Polyfills.cls Lines 1 to 235 in b36452f
https://github.com/codefriar/ApexKit/blob/b36452fdd4e4fdc5776e203db4738a7167b6534c/force-app/main/default/classes/test utilities/HttpCalloutMockFactory.cls#L1-L73 ApexKit/force-app/main/default/classes/polyfills/tests/PolyfillsTests.cls Lines 125 to 205 in b36452f
https://github.com/codefriar/ApexKit/blob/b36452fdd4e4fdc5776e203db4738a7167b6534c/force-app/main/default/classes/feature flags/FeatureFlagDataProvider.cls#L185-L247 Step 2: ⌨️ Coding
Create force-app/main/default/classes/LinkedMap.cls with contents: |
Thank you for posting this issue. 🙇🏼♂️ |
Summary
The map implementation should adhere to the limitations of a Apex defined type.
Suggested Solution
No response
Alternative Solutions
No response
Checklist
force-app/main/default/classes/LinkedMap.cls
✅ Commit5364b7f
force-app/main/default/classes/LinkedMapTests.cls
✅ Commitcddce6e
The text was updated successfully, but these errors were encountered: