You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ The library and your script template must be shared.
59
59
| getScriptFiles | Retrieves a list of files associated with a script based on its script_id. |
60
60
| getTemplateScriptFiles | Fetches a list of template files (script_id of the template is defined in the script properties, default template id is set to the library's id). |
61
61
| assignTemplate | Initializes the class and sets the ID of the template script as the data source. |
62
+
| createCalleeMap | Generates a map representing function calls within a script, with an option to visualize it. |
62
63
63
64
\* - makes changes to the script file
64
65
@@ -76,12 +77,16 @@ The library and your script template must be shared.
76
77
| getChanges | Retrieves a list of changes that will be applied to the script upon committing. |
77
78
| getTemplateId | Retrieves the current ID of the script's template. |
78
79
|**Operations**|
79
-
| AddNewFile | Adds a new file or replaces an existing one within the script. |
80
+
| AddNewFile | Adds a new file from the script template to the user script, replacing any existing file with the same name.|
80
81
| renameFile | Renames a file within the script. |
81
82
| deleteFile | Deletes a file from the script file object. |
82
83
| compareFilesByContent | Compares the content of two files and returns true if they are identical, false otherwise. |
83
84
| createBlankFile | Creates a new blank file within the script. |
84
85
| setCustomSource | Sets the content of the source in a file within the script. |
86
+
|**Appsscript**|
87
+
| getLibraryInfo | Retrieves information about a library from the user script or template. |
88
+
| updateLibraryInfo | Updates library information in the user script file. |
89
+
|**Additional**|
85
90
| addFileToUserJson | Adds a file to the user's script. |
86
91
| getFileFromTemplate | Retrieves a file from the template script file object. |
0 commit comments